home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / zipcvt29.zip / ZIPCVT.DOC < prev    next >
Text File  |  1995-01-13  |  6KB  |  149 lines

  1.  
  2.                           ZIP Converter 2.9
  3.                 Copyright (c) 1995  Gregory Sherman
  4.  
  5.  
  6.                              DISTRIBUTION
  7.  
  8.      ZIP Converter is shareware.  You can upload it to BBSs, give copies
  9.      to friends, etc.  Please distribute it in the archive ZIPCVT29.ZIP,
  10.      which contains this file, ZIPCVT.EXE, CVTREG.FRM, and FILE_ID.DIZ.
  11.  
  12.  
  13.                              REGISTRATION
  14.                                         
  15.       You may evaluate ZIP Converter for a period of 15 days.  If you
  16.       continue to use it beyond this period, you must register.
  17.       Registered users will receive instructions that will prevent
  18.       the registration notice from appearing.  Your registration will 
  19.       be valid for all future versions of ZIP Converter.
  20.  
  21.       The registration fee is $5 for a single user on one computer.
  22.       This price is valid until the release of ZIP Converter 3.0.
  23.       You may send a check (US funds drawn on a U.S. bank),
  24.       postal money order, or cash to:
  25.  
  26.                          Gregory Sherman
  27.                          4750 Sawtelle Blvd
  28.                          Culver City CA  90230
  29.  
  30.       You can print and fill out the included registration form, 
  31.       CVTREG.FRM.  Otherwise, please include your name (as you
  32.       want it to appear when the program runs) and your address
  33.       with your registration fee.
  34.  
  35.  
  36.  
  37.                               E-MAIL
  38.  
  39.            Send questions and comments via Internet to:
  40.                  Gregory.Sherman@greatesc.com
  41.  
  42.                              or call
  43.  
  44.                    The Source BBS (310)371-3737
  45.                       USR DS 14.4k v.32bis
  46.                   latest version in File Area 1
  47.          leave message for Gregory Sherman in Conference 0
  48.  
  49.  
  50.  
  51.                             INTRODUCTION
  52.  
  53.      ZIP Converter will recompress ZIP archives with PKZIP version 2.04's
  54.      new maximum compression algorithm.  It can be run on a single file
  55.      or on all ZIP files in a specified directory each time it is run.  
  56.      It can be used on both hard and floppy drives.  The program determines 
  57.      the version of a ZIP file and the method with which it was created.  
  58.      Therefore, you can use it to convert 1.x ZIPs to 2.04 format or to 
  59.      recompress all archives that were not formed with 2.04 maximum 
  60.      compression.
  61.  
  62.      The old archives are unzipped with the -d option (preserve 
  63.      subdirectories).  The new archives are created with the -rP (restore 
  64.      subdirectories), -o (set archive date to latest file date, unless 
  65.      ZIPCVT run with -d switch) and -ex (maximum compression) options  
  66.      (see PKZIP documentation for more information).  ZIP Converter will 
  67.      convert ZIP files within a ZIP file (one level only).
  68.  
  69.                  
  70.                            INSTRUCTIONS
  71.  
  72.    Place ZIPCVT.EXE and the new versions of PKZIP.EXE and PKUNZIP.EXE
  73.    in directories included in the PATH statement of your
  74.    AUTOEXEC.BAT file.  Run ZIPCVT from a hard drive or a RAM drive with
  75.    adequate space for the temporary files created by ZIPCVT and PKZIP.
  76.  
  77.    ZIP Converter is run from the DOS command line with this form:
  78.  
  79.  zipcvt <filename | directory-path> [-n | -x] [-d] [-p#] [-r | -z comment-path]
  80.    
  81.    The .ZIP extension of "filename" can be omitted.
  82.  
  83.    "directory-path" can be a relative or absolute pathname.
  84.    The final '\' must be included as in "c:\term\ud\", unless the
  85.    pathname begins with "." or ".."
  86.  
  87.    The switch "-n" prevents ZIP Converter from checking ZIP versions 
  88.    or compression methods in order to increase the speed of conversion.  
  89.  
  90.    The switch "-x" makes ZIP Converter recompress all ZIPs not in 
  91.    version 2.04 maximum compression format.
  92.  
  93.    If neither of the above are used, ZIP Converter will recompress
  94.    all ZIPs in 1.x format.
  95.  
  96.    If you include "-d" on the command line, the dates of the ZIP archives
  97.    that are converted will not be changed.
  98.  
  99.    The switch "-p#" is intended for use on directories that have a large 
  100.    number of ZIPs.  # is an integer you choose.  After converting # of ZIPs, 
  101.    the program will display a prompt (C)ontinue or (Q)uit ?  You then press 
  102.    "c" or "q" to choose.  If you press "c" the program will again display 
  103.    this prompt after another # of ZIPs have been converted.  This will be 
  104.    repeated until all ZIPs have been converted or you press "q" at a prompt.
  105.  
  106.    The switch "-r" instructs ZIP Converter to remove comments from the ZIP 
  107.    archives it converts.
  108.  
  109.    The switch "-z" instructs ZIP Converter to add comments to the ZIP 
  110.    archives it converts. "comment-path" is the pathname of a plain ASCII 
  111.    text file that contains the comments.
  112.  
  113.  
  114.    Examples : "zipcvt lib2" will convert the file LIB2.ZIP in the
  115.                  current directory to 2.04 format if necessary
  116.  
  117.               "zipcvt b: -r" or "zipcvt b:\ -r" will convert version 1.x
  118.                  archives in drive B's root directory, removing all comments
  119.  
  120.               "zipcvt . -n -d" will convert all ZIP archives in the current 
  121.                  directory, without checking for ZIP versions or compression 
  122.                  methods.  The dates of the ZIP files will be unchanged.
  123.  
  124.               "zipcvt \term\dls\ -z \utils\comment.txt" will convert
  125.                  ZIP files in \term\dls\, adding the contents of
  126.                  \utils\comment.txt as comments to all ZIP files
  127.  
  128.               "zipcvt . -p10" will convert ZIP files in the current
  129.                  directory, asking if you want to continue after
  130.                  converting 10, 20, 30, ...  ZIPs
  131.  
  132.               C:\TP\SOURCE\UNITS> "zipcvt .. -x" will convert all ZIPS
  133.                  in C:\TP\SOURCE\ not created with 2.04 maximum compression
  134.  
  135.  
  136.                              DISCLAIMER
  137.  
  138.    ZIP Converter is provided "as is".  Use at your own risk.  
  139.    Gregory Sherman disclaims all warranties, including the implied 
  140.    warranties of merchantability and fitness for a particular purpose.
  141.  
  142.  
  143.                           ACKNOWLEDGEMENTS
  144.  
  145.      PKZIP and PKUNZIP are registered trademarks of PKWARE, Inc.
  146.  
  147.  
  148.                         <end of ZIPCVT.DOC >
  149.